home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / search.swf / scripts / DefineButton2_2430 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-11-04  |  125 b   |  5 lines

  1. on(release){
  2.    _g = _global;
  3.    _parent.school_summary_sort("st_ranking" + String(_g.cdYearFull - 1).substring(2,4));
  4. }
  5.